<name>Harry Ford</name>
<profession>Tomb Raider</profession>
<dialogue>
  <greeting>
    <reply>
      <if><random>80</random></if>
      <text>I could take Sean O'Connor in a fight... I could definitely take him. Janice, that is another matter entirely. Presumed innocent!</text>
      <return>main</return>
    </reply>
    <reply>
      <if><random>120</random></if>
      <text>Six days and seven nights I have waited, and see? You have to have the darkness for the dawn to come.</text>
      <return>main</return>
    </reply>
    <reply>
      <text>We are the possessed, but We all have big changes in our lives that are more or less a second chance.</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>What do you mean?</text>
      <npc>
        <reply>
          <text>Janice is my betrothed. I would not have believed it if you had asked me before. Hearts are so random, and love is often a dead heat on a merry-go-round.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You are a tomb raider? Are there tombs here, then?</text>
      <npc>
        <reply>
          <text>It's all dirt so far, but one never knows what lies beneath. Entire arks and temples have been lost, I hear. Of course we do not expect to find a twin of Anubis' Tomb.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Anubis' Tomb?</text>
      <npc>
        <reply>
          <text>Ah, get this straight: do not go there willingly. It is where the last crusade will go, so claim the followers of the sun, but I say intruding there could mean instant apocalypse. Oh well, the time for killing may come soon anyway, if these sun and moon fanatics keep going at each other. Religion is a widowmaker.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>Time flies, tomb raider!</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>